Remove gtk-im-status-style and gtk-im-preedit-style from GDK as well
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Sun, 30 Jun 2013 17:45:43 +0000 (13:45 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Sun, 30 Jun 2013 17:45:43 +0000 (13:45 -0400)
gdk/win32/gdkproperty-win32.c
gdk/x11/gdksettings.c

index 3f488ec73b99fb47cd95f3b89bbdef6e2003d3e6..11268ab91027b7d2e466b332e7e1b4e2f75a9401 100644 (file)
@@ -310,8 +310,6 @@ _gdk_win32_window_delete_property (GdkWindow *window,
   "Gtk/KeyThemeName\0"        "gtk-key-theme-name\0"
   "Gtk/ToolbarStyle\0"        "gtk-toolbar-style\0"
   "Gtk/ToolbarIconSize\0"     "gtk-toolbar-icon-size\0"
-  "Gtk/IMPreeditStyle\0"      "gtk-im-preedit-style\0"
-  "Gtk/IMStatusStyle\0"       "gtk-im-status-style\0"
   "Gtk/Modules\0"             "gtk-modules\0"
   "Gtk/CursorThemeName\0"     "gtk-cursor-theme-name\0"
   "Gtk/CursorThemeSize\0"     "gtk-cursor-theme-size\0"
index c4d0b6afdfd543e5231e90365843bae93cba4645..5f4119fd7d7e63ed81df94fb81eb897e61284a59 100644 (file)
@@ -35,8 +35,6 @@ static const struct {
   {"Gtk/KeyThemeName",        "gtk-key-theme-name"},
   {"Gtk/ToolbarStyle",        "gtk-toolbar-style"},
   {"Gtk/ToolbarIconSize",     "gtk-toolbar-icon-size"},
-  {"Gtk/IMPreeditStyle",      "gtk-im-preedit-style"},
-  {"Gtk/IMStatusStyle",       "gtk-im-status-style"},
   {"Gtk/Modules",             "gtk-modules"},
   {"Gtk/CursorThemeName",     "gtk-cursor-theme-name"},
   {"Gtk/CursorThemeSize",     "gtk-cursor-theme-size"},